GoXam for WPF v3
ChildKeys Property
Northwoods.GoXam.Model Namespace > TreeModelNodeData<NodeKey> Class : ChildKeys Property
Gets or sets the list of keys identifying the "children" nodes.
Syntax
public IList<NodeKey> ChildKeys {get; set;}

Property Value

By default this is an empty ObservableCollection. Usually you will not need to set this, but if you do, you may want to make sure the new value also implements the System.Collections.Specialized.INotifyCollectionChanged interface.
See Also

Reference

TreeModelNodeData<NodeKey> Class
TreeModelNodeData<NodeKey> Members